home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / calc.zip / read.me < prev   
Text File  |  1997-08-10  |  4KB  |  117 lines

  1. ___________________________________________________________
  2.  
  3. CALC for OS/2
  4.  
  5. Version 2.51
  6. Copyright (c) 1997 Magnus Olsson. All rights reserved.
  7.  
  8. Released August '97
  9. ___________________________________________________________
  10.  
  11.  
  12. Description / Quick documentation
  13. =================================
  14.  
  15. This calculator program is focused on easy access and use.
  16. The direct command line interface should make evaluating
  17. mathematical expressions a breeze.
  18.  
  19. The calculator has 22 standard functions built-in. You can
  20. also define your own temporary mathematical functions. 
  21. These functions can be called in exactly the same way as 
  22. the predefined ones. They can also be called from within 
  23. each other.
  24.  
  25. There are only three predefined variables: pi, e and ans. 
  26. I assume everyone knows the first two; the third one holds
  27. the result of the last successful evaluation. The only
  28. limit on how many variables you can define on your own is 
  29. the one set by the amount of memory available to the 
  30. program (and perhaps your imagination:). All variables has
  31. the internal precision of at least 15 significant digits.
  32.  
  33. I have tried to make the program as self-explanatory as 
  34. possible. For the things that are not so obvious, like the 
  35. names of the 22 functions, there is help on-line. For basic
  36. help you can enter help without any parameters. 
  37.  
  38. As a default the calculator uses normal result notation 
  39. (flexible regarding the use of exponents). Except for fix 
  40. point notation the default precision is 15 significant
  41. digits (for fix point notation it is 15 decimals). The 
  42. default angle measurement used in conjunction with the 
  43. trigonometric functions is degrees. The defaults can be 
  44. overridden through command line options as shown below.
  45.  
  46. calc [ /not sci|fix|eng ][ /prec <n> ][ deg|rad|gra ]
  47.  
  48. To view the command usage information you can enter:
  49.  
  50. calc /?
  51.  
  52. Starting with this version you can pass a mathematical
  53. expression as a command line argument like this:
  54.  
  55. calc pi
  56.  
  57. The above command evaluates the name pi and displays the
  58. result using default settings. It then immediately returns
  59. to the command prompt.
  60.  
  61. It is also possible to enter more than one expression at
  62. once separating the different expressions with semicolons.
  63.  
  64. calc "x= atan 2; sin x/cos x; tan x - ans"
  65.  
  66. The first expression assigns the angle for tangens 2 to x.
  67. In the following expression the value of x is used to 
  68. calculate tangens for x. The last expression should give
  69. the result zero (ans holds the value from the previous
  70. expression).
  71.  
  72.  
  73. Licensing
  74. =========
  75.  
  76. This is shareware. You are allowed to freely use this piece
  77. of software for a trial period of 30 days. If you decide to
  78. use it even after this trial period have expired you must
  79. register the software. The one-time cost of registration
  80. grants You the right to use this version and any upgrades 
  81. on one computer a time. The price for a license is $15 (US).
  82. Everyone who register before the 1st of November will also 
  83. be eligible for a free copy and licence to use the graphical
  84. version to be released sometime before this date. You can 
  85. register by contacting the author.
  86.  
  87. Mail Orders To :  Magnus Olsson
  88.                   Verktumsgatan 6
  89.                   S-421 36  V. FRÖLUNDA
  90.                   SWEDEN
  91.  
  92.      e-mail to :  magnuso@ibm.net
  93.  
  94. By the time you read this you may also be able to register
  95. through the best OS/2 shareware service on the Internet:
  96.  
  97. BMT Micro Inc. at:  http://www.bmtmicro.com.
  98.  
  99. Thanks for supporting the wonderful concept of shareware!
  100.  
  101.  
  102. Future
  103. ======
  104.  
  105. The future is, as always, much up to you, the users of this 
  106. program. Suggestions for improvement are Very welcome and
  107. will be carefully considered (especially if they come from
  108. registered users). Thanks again for using this program.
  109.  
  110.  
  111. Disclaimer
  112. ==========
  113. THIS PROGRAM IS PROVIDED AS IS AND COME WITH NO WARRANTY OF
  114. ANY KIND, EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL THE
  115. COPYRIGHT HOLDER BE LIABLE FOR ANY DAMAGES RESULTING FROM 
  116. THE USE OF THIS SOFTWARE.
  117.